Skip to content

Commit

Permalink
few additional editorial tweaks and a statement about contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Aug 25, 2014
1 parent d9e0b79 commit 2efe68d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1 +1,3 @@
Draft Member submission of Activity Streams 2.0

Contributions to this specification are governed by the W3C IPR Policy. Pull requests will be accepted only if the submitter is a current member of the W3C Social WG.
9 changes: 5 additions & 4 deletions activitystreams2.html
Expand Up @@ -1134,6 +1134,7 @@ <h3><dfn>Representation Links</dfn></h3>
{
"id": "urn:example:video:1",
"objectType": "video",
"mediaType": "video/mpeg",
"url": "http://example.org/video.mpg",
"alternate": [
"http://example.org/video.avi",
Expand Down Expand Up @@ -1216,20 +1217,20 @@ <h3>Link Interoperability Considerations</h3>
<li>
SHOULD use the <code><a>id</a></code> attribute as an alternative means of identifying
the default preferred <a title="Representation Links">Representation</a> only if the
<code>url</code> attribute is not specified.
<code>url</code> attribute is not specified;
</li>
<li>
SHOULD use the <code><a href="activitystreams2-vocabulary.html#dfn-url">url</a></code>
attribute as a <i>secondary</i> identifier only if the <code>id</code> attribute is not specified.
attribute as a <i>secondary</i> identifier only if the <code>id</code> attribute is not specified;
</li>
<li>
SHOULD use the <code><a href="activitystreams2-vocabulary.html#dfn-mediatype">mediaType</a></code>
attribute on the object to specify the MIME media type of the resource identified
by the <code>url</code>.
by the <code>url</code>;
</li>
<li>
SHOULD only use the <code>self</code> link relation to reference JSON documents
that provide additional information about the object.
that provide additional information about the object;
</li>
<li>
SHOULD use the <code>alternate</code> link relation to reference additional
Expand Down

0 comments on commit 2efe68d

Please sign in to comment.